home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 November / PCWorld_2004-11_cd.bin / software / vyzkuste / fabertoys / FaberToys_FullSetup.exe / {app} / Features.txt < prev    next >
Text File  |  2004-10-02  |  11KB  |  284 lines

  1. Faber Toys 2.6 Build 52
  2. Copyright ⌐ 2000-2004 Fabio Vescarelli
  3. http://www.faberbox.com/fabertoys.asp
  4.  
  5. --------------------------------------------------------------------------------------
  6.  
  7. Table Of Contents (TOC)
  8.  
  9. 1. SYSTEM REQUIREMENTS
  10. 2. FEATURES
  11. 3. HISTORY
  12.  
  13. --------------------------------------------------------------------------------------
  14.  
  15. 1. SYSTEM REQUIREMENTS
  16.  
  17.     * PC running Windows '95, '98, ME, NT 4, 2000, XP (no Win 3.1)
  18.     * 16 Mb of RAM (32 or more suggested)
  19.     * Visual Basic 6 Runtime (installed by the full setup program)
  20.     * MSCOMCTL.OCX (installed by the full setup program)
  21.  
  22.         Technical note: the runtime installed is the Service Pack 6 one
  23.  
  24. 2. FEATURES
  25.  
  26.     * FPL Technology (Fast Properties Load)
  27.     * Export of informations in TXT or HTML files --> File - Save menu
  28.  
  29.     (following features are availables under the 'Tools' menu)
  30.  
  31.     * Management of programs running when Windows start --> AutoRun
  32.     * Complete Process & Modules management --> Dependencies
  33.     * Management of system Aliases --> Program Aliases
  34.       (e.g. if you type iexplore or msimn in Start - Run)
  35.     * Windows Management --> Windows Explorer
  36.     * Analysis of PE Modules, listing exported and imported functions
  37.       (e.g. from/to a DLL file) --> Examine File
  38.  
  39.     In 'AutoRun' there is the list of all programs that will be launched at
  40. Windows startup; it's useful because often you don't really know what's
  41. happening when you start Windows; here you can manage all AutoRun
  42. programs, deleting or restoring them. If you don't know what items
  43. should be deleted, try to go at http://www.sysinfo.org/startupinfo.html
  44. and see if you find something useful
  45.  
  46.     In 'Dependencies' you can see all programs that are _really_ running
  47. (because usually the Ctrl-Alt-Del window in W9x system don't show all
  48. of them, and the WNT Task Manager is poor of informations), and for
  49. each of them you can see what are the modules it uses.
  50. Here you can see _all_ processes (programs) running, and terminate them
  51. in 'safe' mode (closing first windows, than the process; naturally it's useful
  52. only if the program seems to be not responding). You can also know
  53. what's the parent process, and what's the command line used to launch it.
  54.  
  55.     In 'Program Aliases' you can view, add, delete, modify all system
  56. aliases you've on your PC; for example, usually there are "IExplore" and
  57. "MSIMN" aliases: if you hit Start, Run and type iexplore (press 'Ok') the
  58. Internet Explorer program is launched (the same for winword, and many
  59. others). Naturally, you can create your own aliases; remember that you
  60. can press Win+R hotkey (when 'Win' is the start menu key on your
  61. keyboard) to let appear the 'Run' dialog window
  62.  
  63.     In 'Windows Explorer' you can play with all windows that exists on your
  64. PC (all objects are windows: buttons, editboxes, lists). For example,
  65. try to go in Explorer.exe, {Shell_TrayWnd}, {Button}, and uncheck the
  66. 'Visible' checkbox on the right: your start menu button should disappear
  67.  
  68.     'Examine file' function shows informations useful for programmers or
  69. power users; if you don't know about Exported Functions, probably you
  70. don't need this function   ;)
  71.  
  72. 3. HISTORY
  73.  
  74.     -----------------------------
  75.     + New Feature
  76.     ! Improvement
  77.     # Bug Correction
  78.     -----------------------------
  79.  
  80.     Faber Toys 2.6 Build 52
  81.  
  82.     [ Dependencies ]
  83.         # Fixed error when some modules are not accessible, due to programs
  84.            such as My Secret Folder
  85.  
  86.  
  87.     Faber Toys 2.6 Build 50
  88.  
  89.     [ AutoRun ]
  90.         + Added method to check also HKLM_NT_WinLogon\Shell key
  91.            modifications, restoring "Explorer.exe" (default value) if necessary
  92.  
  93.         ! Column Running is shown in bold if the process is currently running
  94.  
  95.         # FT failed to retrieve correct program path if it was in this
  96.            form: "C:\Program Files\Program Name\Sample.exe" /PARAM
  97.            and the folder C:\Program Files\Program exists
  98.  
  99.     [ Dependencies ]
  100.         + New command line switches, to kill applications
  101.            (Faber Toys will kill all programs corresponding to the
  102.            Process ID, the program path or the main window title).
  103.  
  104.            Kill a process having its Process ID:
  105.            Faber Toys.exe /KILLBYPID 828
  106.  
  107.            Kill all processes having their path (or part of):
  108.            Faber Toys.exe /KILLBYNAME C:\WINNT\Notepad.exe
  109.            Faber Toys.exe /KILLBYNAME *\Notepad.exe
  110.  
  111.            Kill all processes having their main window title (or part of):
  112.            Faber Toys.exe /KILLBYWNDTITLE No Name - Notepad
  113.            Faber Toys.exe /KILLBYWNDTITLE * - Notepad
  114.            Faber Toys.exe /KILLBYWNDTITLE *Internet Explorer*
  115.  
  116.            Remark: Path and title are *not* case sensitive
  117.  
  118.         ! Refresh timer stopped before & restarted after loading all modules
  119.         ! Column Priority is shown in bold if the process has a priority greater
  120.            than Normal
  121.  
  122.         # FT crashed because applications like WebClient service
  123.            load some modules with path like \\?\C:\[...]
  124.            (bug founded using Windows XP Pro)
  125.         # Right-click failed on the Processes list if the user had
  126.            swapped the mouse buttons in control panel
  127.         # Fixed wrong Priority column sorting
  128.  
  129.     [ Windows Explorer ]
  130.         # Fixed overflow error in rare situations
  131.  
  132.     [ General ]
  133.         ! Some translations improved (thanks to all contributors)
  134.         ! Several minor optimizations
  135.  
  136.         # Some minor fixes
  137.  
  138.     [ Setup ]
  139.         + Both the setup and the start menu icons are translated
  140.            (thanks to Inno Setup improvements and to translators)
  141.  
  142.         ! Setup file is much smaller, thanks to LZMA compression algorithm
  143.         ! Update Visual Basic runtime files to Service Pack 6
  144.  
  145.         # Some fixes related to system file's installation
  146.  
  147.  
  148.     Faber Toys 2.5 Build 240
  149.  
  150.     [ AutoRun ]
  151.         # "Run Now" crashed application when Value was
  152.            an empty string
  153.  
  154.     [ Dependencies ]
  155.         # "Copy Selected Modules into..." failed when
  156.            "Show full path for loaded modules" was selected
  157.  
  158.         ! Better command line parser (now should show quotes)
  159.  
  160.     [ Examine File ]
  161.         # Application crashed while examining a file with a
  162.            damaged export table
  163.         # Didn't work well with multi-imported modules
  164.             (such as Delphi executables)
  165.  
  166.     [ Windows Explorer ]
  167.         + Read text from pages displayed in Internet Explorer
  168.            objects (class "Internet Explorer_Server")
  169.         + Retrieve image from Static windows, if they have
  170.            SS_ICON, SS_BITMAP or SS_ENHMETAFILE style
  171.  
  172.         ! Text field is now multiline
  173.         ! Added Process icons
  174.         ! View window's child in image on the right (double click
  175.           on a child select relative window on the treeview)
  176.         ! Faster loading and refresh
  177.  
  178.     [ General ]
  179.         + Icon and properties of RunDLL32.exe process are
  180.            extracted from relative .dll or .cpl file
  181.  
  182.         ! Retrieve version informations improved
  183.         ! Trim spaces off file's description
  184.         ! It's now possible to specify more than one translator per file
  185.         ! Minor Improvements
  186.  
  187.  
  188.     Faber Toys 2.4 Build 216
  189.  
  190.     [ AutoRun ]
  191.         + Win.ini (load & run) support
  192.         + HKLM_RunOnce and HKCU_RunOnce key support
  193.         + HKLM_RunServicesOnce support
  194.         + HKLM_InstComp key support
  195.         + Modified date for several startup items
  196.         + New "Run Now" menu item
  197.         + New "Select process in Dependencies" menu item
  198.  
  199.         ! Added complete path as ToolTip for Origin column
  200.         ! Items are now searched also in System Aliases, as Windows does
  201.  
  202.         # Files in Common Startup directory wasn't showed in 9X systems
  203.         # 'Go To ...' function didn't work if registry path contains '{' or '}'
  204.         # Registry items whose name contains ", \, /, :, *, ?, <, >, | wasn't saved right
  205.  
  206.     [ Dependencies ]
  207.         + Added "Memory" column (NT only)
  208.         + Retrieve Command Line of selected process
  209.         + Process ID and Command Line shown in a TextBox
  210.         + Possibility to kill services and system-related processes
  211.         + Double confirmation required terminating some system-related processes
  212.         + Autorefresh process list with custom interval
  213.         + Services are highlighted in another color (NT only)
  214.         + Possibility to copy in ClipBoard the path of all Processes
  215.  
  216.         ! Switch Priority to Normal terminating a process
  217.         ! Modify Priority with a menu, not another dialog window
  218.         ! Priority statements fully translatables
  219.         ! &H added before Process ID hex value
  220.         ! Added file size in Byte as ToolTip for Size column in Modules
  221.         ! Added full parent path as ToolTip for Parent column in Processes
  222.  
  223.         # Process 'csrss' wasn't showed (NT only)
  224.         # Cannot change priority for system-related processes
  225.         # Double refresh of module list selecting an already selected process
  226.  
  227.     [ Dependencies & Examine File ]
  228.         + Saved filter chosen in "Save" dialog
  229.         + Links to files added saving in HTML format
  230.         + Can save also in XHTML format
  231.  
  232.         ! Added extended date as ToolTip for Date column
  233.         ! Now saving in HTML 4.01 + CSS Compliant
  234.  
  235.         # Wrong ISO Latin character encoding saving in HTML
  236.         # Error saving on a read-only file
  237.  
  238.     [ Examine File ]
  239.         ! Choosing "Details" from system menu caused to load file with
  240.           DOS path (8.3), now with extended path
  241.         ! Optimization opening multiple files from system menu
  242.         ! Optimization loading MRU list
  243.  
  244.         # Wrong order when click on 'Hint' column header
  245.         # Error examining DLL such as
  246.           %ProgramFiles%\Microsoft Office\Office\XLCALL32.DLL
  247.         # Error examining some DLL of Star Office
  248.  
  249.     [ Program Aliases ]
  250.         + Multiselect
  251.         + Support for path with system variables
  252.         + Added filter for executables in dialog used for selecting new alias
  253.         + Aliases without '.' in name shown in gray text
  254.         + Modified date for aliases (NT only)
  255.  
  256.         ! Icon was shown both in 'edit' and 'new' mode, now only in 'plain' mode
  257.  
  258.         # Wrong icon was shown in particular situations
  259.  
  260.     [ Windows Explorer ]
  261.         + Option for opening tree with single click
  262.         + Shows if selected window is or not Unicode
  263.  
  264.         ! 'Refresh' button now enabled even if no valid window is selected
  265.           in TreeView
  266.  
  267.     [ General ]
  268.         + New About Dialog
  269.  
  270.         ! Boolean values now are shown as 'Yes' and 'No', not as 'True' and 'False'
  271.         ! Improved several language strings; name of languages shown depending
  272.           OS settings
  273.         ! Internal windows opened maximized
  274.         ! Several Optimizations; lot of parts completely rewritten
  275.  
  276.         # Splash screen was maximized if program was started maximized
  277.         # Run-time error when running on Korean OS
  278.         # Several minor fixes
  279.  
  280.  
  281.     Faber Toys 2.3 Build 120
  282.  
  283.         First Release ...
  284.